EMT Practice Test

1. Question Content...


Question List

Question1: In a typical author, publish and dispatcher setup, where is the dispatcher flush configured?

Question2: Which command would you enter in your CQ Component script to get the template path of an AEM page in publish instance?

Question3: An author and publish instance has a shared data store with a very large number of assets. Which type of replication is recommended to avoid duplication of data?

Question4: In a typical Maven project, you will have a content module that contains a file src/main/content/META-INF/ vault/filter.xml which defines the filters for the AEM package built by Maven.
Your project has this structure:

Select the correct filter entry that would be included in the src/main/content/META-INF/vault/filter.xml file:

Question5: Where are ACL node permissions for a node stored in the JCR?

Question6: How do you disable the "Target" context menu item on components in AEM 6.0?

Question7: Which three best practice statements are true regarding permissions and privileges? (Choose three.)

Question8: What is the correct way to use clientlibs with Sightly?

Question9: Which three statements about replicate permissions on a resource are true? (Choose three.)

Question10: Which three statements about configuring a development environment for a new AEM project called
"customer bank", that contains both custom OSGi services and AEM components is true? (Choose three.)

Question11: Which OSGI bundle should be disabled to restrict web-based log viewing?

Question12: Which statement regarding an AEM instance started with author run-mode is correct?

Question13: Which is a valid out-of-the-box sling run mode?

Question14: The same OSGI configuration parameter is present under /libs/*/config.. AND /apps/*/config..and modified in both locations as well as via felix Console. During runtime, what is the reload order?

Question15: Which is a valid way of creating an OSGI service?
A:

B:

C: ©Component ©Service class MyServiceImpl extends MyService
D:

Question16: Which three AEM jar names will start AEM in author mode? (Choose three.)

Question17: Which Maven plugin allows direct installation of the bundle into AEM?

Question18: How do you delete a property inside a Node object?

Question19: You are logged in as userA and you are impersonating userB. How are your activities logged in the access.log?

Question20: What does the vlt command 'resolve' do?

Question21: Which option will enable an in-place edit of a component that contains HTML text in it?
A:

B:

C:

D:

Question22: Using the default Dispatcher configuration, which type of URL will have a response cached by the Dispatcher?

Question23: Which three statements are true when an AEM author instance is started in debug mode? (Choose three.)

Question24: Assume there are multiple publish instances (publ,pub2 and pub3) serving requests for an online shopping site. The end user is allowed to provide reviews and comments for each product and about their shopping experience. The Dispatcher module is in place to load balance the requests to publish instances and there is only one author instance, named author, where content editors create the pages. When a user, named User A, provides comments and the request being served by publish Instance publ, in which three ways are these comments replicated to pub2 and pub3? (Choose three.)